![]() |
![]()
| ![]() |
![]()
NAMEs3cl - Command line for Amazon s3 cloud storage VERSIONversion 0.991 SYNOPSISs3cl command [options] s3cl buckets s3cl mkbucket --bucket some_bucket_name --jurisdiction [EU|US] s3cl ls <bucket>:[prefix] s3cl cp <bucket>:<key> /path/[filename] s3cl sync <bucket>:[prefix] /path/ s3cl sync_up [--acl_short=public-read] <bucket>:[prefix] /path/ s3cl rm <bucket>:<key> Options: -help brief help message -man full documentation We take NO responsibility for the costs incured through using this script. To run this script, you need to set a pair of environment variables: AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_SECRET DESCRIPTIONThis program gives a command line interface to Amazons s3 storage service. It does not limit the number of requests (which may cost you more money than if you did it a different way!) and each request costs Money (although some costs from EC2 may be $0.0, check latest from Amazon costs page) - we take NO responsibility for your bill. AUTHORBranislav Zahradník <barney@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. COMMANDS
ABOUTThis module contains code modified from Amazon that contains the following notice (which is also applicicable to this code): # This software code is made available "AS IS" without # warranties of any kind. You may copy, display, modify and # redistribute the software code either by itself or as incorporated # into your code; provided that you do not remove any proprietary # notices. Your use of this software code is at your own risk and # you waive any claim against Amazon Digital Services, Inc. or its # affiliates with respect to your use of this software code. # (c) 2006 Amazon Digital Services, Inc. or its affiliates. AUTHORLeo Lapworth <LLAP@cuckoo.org> - Part of the HinuHinu project
|