Difference between revisions of "Botocore"

From wikieduonline
Jump to navigation Jump to search
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))
  
 
== Related ==
 
== Related ==

Revision as of 09:53, 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))

Related

See also

Advertising: