ossutil | A user friendly command line tool to access AliCloud OSS | Command Line Interface library
kandi X-RAY | ossutil Summary
kandi X-RAY | ossutil Summary
A user friendly command line tool to access AliCloud OSS.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ossutil
ossutil Key Features
ossutil Examples and Code Snippets
Community Discussions
Trending Discussions on ossutil
QUESTION
I want to move a local directory to Alibaba Cloud OSS bucket using ossutil tool. The command I used to upload the video directory to OSS bucket - testbucket is ossutil cp -r video oss://testbucket
but it throws no such keyword
error.
ANSWER
Answered 2019-Jan-28 at 13:11List OSS buckets using ossutil ls
.
Once the buckets are listed copy the folder using the following command.
QUESTION
How can I create a bucket in a particular region in Alibaba Cloud OSS Using OSS Utility tool? As far as exploring the official documentation I am not able to find anything related to specifying a region in the creation of a bucket using OSS Utility tool.
As per the documentation, The syntax for Creating a bucket is
...ANSWER
Answered 2018-Oct-30 at 19:40The region is specified in the .ossutilconfig file.
- [Credentials]
- language=EN
- accessKeySecret=XXX
- stsToken=
- endpoint=oss-eu-central-1.aliyuncs.com
- accessKeyID=XXX
If you want to create bucket in the different region than configured in config file you can specify endpoint in command line.
ossutil mb oss://stackbucketcn -e oss-cn-hangzhou.aliyuncs.com --acl=public-read-write
You can find the list of OSS endpoints here https://www.alibabacloud.com/help/doc-detail/31837.htm
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ossutil
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page