Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
mediastore
/
Filename :
create-container.rst
back
Copy
**To create a container** The following ``create-container`` example creates a new, empty container. :: aws mediastore create-container --container-name ExampleContainer Output:: { "Container": { "AccessLoggingEnabled": false, "CreationTime": 1563557265, "Name": "ExampleContainer", "Status": "CREATING", "ARN": "arn:aws:mediastore:us-west-2:111122223333:container/ExampleContainer" } } For more information, see `Creating a Container <https://docs.aws.amazon.com/mediastore/latest/ug/containers-create.html>`__ in the *AWS Elemental MediaStore User Guide*.