> accessid > secretkey > key > bucket Yes with S3 there is only the primary container = bucket, and under that a reference to the stored object = key, the name of which can contain / allowing the simulation of a directory structure, but at the same time causing some confusion.
I still use s3.cfc to access S3 in much of my code. In that code however, key is called objectKey, which helps to keep initial confusion level down. actually withing the AWS world of documentation the names are more like: accessIdKey secretIdKey bucket key but the AWS documentation refers to the key as "object key". -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
