powered by
AWS S3 Control provides access to Amazon S3 control plane operations.
s3control(config = list())
Optional configuration of credentials, endpoint, and/or region.
svc <- s3control( config = list( credentials = list( creds = list( access_key_id = "string", secret_access_key = "string", session_token = "string" ), profile = "string" ), endpoint = "string", region = "string" ) )
# NOT RUN { svc <- s3control() svc$create_job( Foo = 123 ) # } # NOT RUN { # }
Run the code above in your browser using DataLab