@@ -24,8 +24,11 @@ This tool can be installed with:
2424 b2 cancel-all-unfinished-large-files [-h] bucketName
2525 b2 cancel-large-file [-h] fileId
2626 b2 clear-account [-h]
27- b2 copy-file-by-id [-h] [--metadataDirective {copy,replace}] [--contentType CONTENTTYPE] [--range RANGE] [--info INFO] sourceFileId destinationBucketName b2FileName
28- b2 create-bucket [-h] [--bucketInfo BUCKETINFO] [--corsRules CORSRULES] [--lifecycleRules LIFECYCLERULES] bucketName bucketType
27+ b2 copy-file-by-id [-h] [--metadataDirective {copy,replace}] [--contentType CONTENTTYPE] [--range RANGE] [--info INFO] [--destinationServerSideEncryption {SSE-B2}]
28+ [--destinationServerSideEncryptionAlgorithm {AES256}]
29+ sourceFileId destinationBucketName b2FileName
30+ b2 create-bucket [-h] [--bucketInfo BUCKETINFO] [--corsRules CORSRULES] [--lifecycleRules LIFECYCLERULES] [--defaultServerSideEncryption {SSE-B2,none}] [--defaultServerSideEncryptionAlgorithm {AES256}]
31+ bucketName bucketType
2932 b2 create-key [-h] [--bucket BUCKET] [--namePrefix NAMEPREFIX] [--duration DURATION] keyName capabilities
3033 b2 delete-bucket [-h] bucketName
3134 b2 delete-file-version [-h] [fileName] fileId
@@ -46,10 +49,14 @@ This tool can be installed with:
4649 b2 make-url [-h] fileId
4750 b2 make-friendly-url [-h] bucketName fileName
4851 b2 sync [-h] [--noProgress] [--dryRun] [--allowEmptySource] [--excludeAllSymlinks] [--threads THREADS] [--compareVersions {none,modTime,size}] [--compareThreshold MILLIS] [--excludeRegex REGEX]
49- [--includeRegex REGEX] [--excludeDirRegex REGEX] [--excludeIfModifiedAfter TIMESTAMP] [--skipNewer | --replaceNewer] [--delete | --keepDays DAYS]
52+ [--includeRegex REGEX] [--excludeDirRegex REGEX] [--excludeIfModifiedAfter TIMESTAMP] [--destinationServerSideEncryption {SSE-B2}] [--destinationServerSideEncryptionAlgorithm {AES256}]
53+ [--skipNewer | --replaceNewer] [--delete | --keepDays DAYS]
5054 source destination
51- b2 update-bucket [-h] [--bucketInfo BUCKETINFO] [--corsRules CORSRULES] [--lifecycleRules LIFECYCLERULES] bucketName bucketType
52- b2 upload-file [-h] [--noProgress] [--quiet] [--contentType CONTENTTYPE] [--minPartSize MINPARTSIZE] [--sha1 SHA1] [--threads THREADS] [--info INFO] bucketName localFilePath b2FileName
55+ b2 update-bucket [-h] [--bucketInfo BUCKETINFO] [--corsRules CORSRULES] [--lifecycleRules LIFECYCLERULES] [--defaultServerSideEncryption {SSE-B2,none}] [--defaultServerSideEncryptionAlgorithm {AES256}]
56+ bucketName bucketType
57+ b2 upload-file [-h] [--noProgress] [--quiet] [--contentType CONTENTTYPE] [--minPartSize MINPARTSIZE] [--sha1 SHA1] [--threads THREADS] [--info INFO] [--destinationServerSideEncryption {SSE-B2}]
58+ [--destinationServerSideEncryptionAlgorithm {AES256}]
59+ bucketName localFilePath b2FileName
5360 b2 version [-h]
5461
5562
0 commit comments