improvements

This commit is contained in:
ricardo
2020-04-20 19:33:38 -05:00
parent bfbc4df555
commit ed52b67329
3 changed files with 78 additions and 25 deletions

View File

@@ -143,6 +143,13 @@ export const bucketFields = [
default: false,
description: 'Allows grantee to write the ACL for the applicable bucket.',
},
{
displayName: 'Region',
name: 'region',
type: 'string',
default: '',
description: 'Region you want to create the bucket in, by default the buckets are created on the region defined on the credentials.',
},
],
},
/* -------------------------------------------------------------------------- */