command
Version:
v0.0.0-...-9d6317c
Opens a new window with list of versions in this module.
Published: Mar 2, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
CopyObjectv2.go
This example copies an Amazon S3 object from one bucket to another.
go run CopyObjectv2.go -s SOURCE -d DESTINATION -o OBJECT
- SOURCE is the name of the bucket containing the item to copy.
- DESTINATION is the name of the bucket to which the item is copied.
- OBJECT is the name of the object to copy.
The unit test accepts similar values in config.json.
Documentation
¶
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX - License - Identifier: Apache - 2.0
snippet-start:[s3.go-v2.CopyObject]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.