summaryrefslogtreecommitdiff
path: root/inc/request.h
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-07-14 05:36:28 +0000
committerBryan Ischo <bryan@ischo.com>2008-07-14 05:36:28 +0000
commitd09cf6f88e36af6decc9b4a22d13acae106c398e (patch)
tree37d3bb51973d8ba3003589b4e8f28b928db45830 /inc/request.h
parent49c45ed9415c3575cc4772ae9fb699749fadd7b4 (diff)
downloadceph-libs3-d09cf6f88e36af6decc9b4a22d13acae106c398e.tar.gz
* Work in progress. All file operations except for ACL stuff are working.
Diffstat (limited to 'inc/request.h')
-rw-r--r--inc/request.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/request.h b/inc/request.h
index d61fde8..32e65d6 100644
--- a/inc/request.h
+++ b/inc/request.h
@@ -73,6 +73,12 @@ typedef struct RequestParams
// AWS Secret Access Key
const char *secretAccessKey;
+ // If this is a copy operation, this gives the source bucket
+ const char *copySourceBucketName;
+
+ // If this is a copy operation, this gives the source key
+ const char *copySourceKey;
+
// Get conditions
const S3GetConditions *getConditions;