Difference between revisions of "Botocore"
Jump to navigation
Jump to search
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[botocore.errorfactory.InvalidChangeBatch]] | [[botocore.errorfactory.InvalidChangeBatch]] | ||
+ | |||
+ | |||
+ | #Ref: https://stackoverflow.com/q/34865927 | ||
+ | import boto3 | ||
+ | from [[botocore]] import UNSIGNED | ||
+ | from botocore.client import Config | ||
+ | |||
+ | s3 = boto3.client('s3', config=Config(signature_version=UNSIGNED)) | ||
+ | |||
+ | == Errors == | ||
+ | * <code>[[Failed to import the required Python library]] ([[botocore]] or [[boto3]])</code> | ||
== Related == | == Related == | ||
− | * [[boto3]] | + | * <code>[[boto3]]</code> |
+ | * <code>[[boto3.client]]</code> | ||
* <code>[[aws --version]]</code> | * <code>[[aws --version]]</code> | ||
== See also == | == See also == | ||
+ | * {{botocore}} | ||
* {{boto3}} | * {{boto3}} | ||
[[Category:Computing]] | [[Category:Computing]] |
Latest revision as of 09:55, 3 April 2024
botocore.errorfactory.InvalidChangeBatch
#Ref: https://stackoverflow.com/q/34865927 import boto3 from botocore import UNSIGNED from botocore.client import Config s3 = boto3.client('s3', config=Config(signature_version=UNSIGNED))
Errors[edit]
Related[edit]
See also[edit]
Advertising: