Discuss this help topic in SecureBlackbox Forum
Creates a new data bucket.
Declaration
Parameters
- ACL - specifies the ACL of the new bucket.
- BucketName - the name of the new bucket.
- Headers -
- Location - specifies the location where the bucket should be physically stored.
Return value
Instance of
TElAWSS3DataStorageBucket class which contains newly created bucket.
Description
Use this method to create new data bucket.
According to Amazon Simple Storage Service Developer guide, to comply with Amazon S3 requirements, bucket names:
- Can contain lowercase letters, numbers, periods (.), underscores (_), and dashes (-)
- Must start with a number or letter
- Must be between 3 and 255 characters long
- Must not be formatted as an IP address (e.g., 192.168.5.4)
Discuss this help topic in SecureBlackbox Forum