Provides a resource to create a oss bucket and set its attribution.-> NOTE: The bucket namespace is shared by all users of the OSS system. Please set ...
If you repeatedly create buckets of the same name in the same region, no error will be reported and the bucket properties comply with those set in the first creation request. Default value: None prefix str No Explanation: Name prefix that the objects to be listed must contain. ...
StringbucketName="examplebucket";// 填写存放清单结果的Bucket名称。StringdestBucketName="yourDestinationBucketName";// 填写Bucket所有者授予的账户ID。StringaccountId="yourDestinationBucketAccountId";// 填写具有读取源Bucket所有文件和向目标Bucket写入文件权限的角色名称。StringroleArn="yourDestinationBucketRoleArn"...
If you repeatedly create buckets of the same name in the same region, no error will be reported and the bucket attributes comply with those set in the first creation request. Default value: None logfilePrefix String No Explanation: Name prefix for log files stored in the target bucket. ...
bucket (Optional, Forces new resource) The name of the bucket. If omitted, Terraform will assign a random, unique name. string null no bucket_prefix (Optional, Forces new resource) Creates a unique bucket name beginning with the specified prefix. Conflicts with bucket. string null no control_...
Object Name Prefix: (optional) If provided, this prefix is prepended to each one of the files you upload. Prefix strings with a forward slash ("/") delimiter to simulate hierarchy and create folders or subfolders. Prefix strings without a delimiter for matching purposes to perform allowed bulk...
optional parameter restricting the response to keys * beginning with the specified prefix. *@returnA listing of the objects in the specified bucket *@throwsGalaxyFDSClientException */publicFDSObjectListinglistObjects(String bucketName, String prefix)throwsGalaxyFDSClientException;/** * Returns a list of...
setBucketName public void setBucketName(StringbucketName) Sets the name of the bucket whose logging configuration is being set. Parameters: bucketName- The name of the bucket whose logging configuration is being set. See Also: getBucketName(),withBucketName(String) ...
optional parameter restricting the response to keys * beginning with the specified prefix. *@returnA listing of the objects in the specified bucket *@throwsGalaxyFDSClientException */publicFDSObjectListinglistObjects(String bucketName, String prefix)throwsGalaxyFDSClientException;/** * Returns a list of...
bucket = ossClient.getBucketInfo(bucketName).getBucket(); }returnOptional.ofNullable(bucket); } 开发者ID:wayshall,项目名称:onetwo,代码行数:22,代码来源:OssClientWrapper.java 示例4: accessKeySave ▲点赞 2▼ importcom.aliyun.oss.model.CreateBucketRequest;//导入依赖的package包/类/** ...