mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 08:12:45 +02:00
oracle-object-storage: bring your own encryption keys
This commit is contained in:
committed by
Nick Craig-Wood
parent
5bd6e3d1e9
commit
ce8b1cd861
@ -59,6 +59,10 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
err = validateSSECustomerKeyOptions(opt)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
ci := fs.GetConfig(ctx)
|
||||
objectStorageClient, err := newObjectStorageClient(ctx, opt)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user