17590: Rename S3 volume config keys to match AWS terms.
[arvados.git] / sdk / go / arvados / config.go
index c0170d1d7f53e61460e2e32155a250fe9ed62cc6..2c6db42d133652d535594b6e13d46c035cf5e5ea 100644 (file)
@@ -279,8 +279,8 @@ type Volume struct {
 
 type S3VolumeDriverParameters struct {
        IAMRole            string
-       AccessKey          string
-       SecretKey          string
+       AccessKeyID        string
+       SecretAccessKey    string
        Endpoint           string
        Region             string
        Bucket             string