Google Cloud Storage Folder Structure -


does google cloud storage support functionality allow me nest referenced files contained in microsite described here rackspace cloud.

http://docs.rackspace.com/files/api/v1/cf-devguide/content/pseudo-hierarchical_folders_directories-d1e1580.html

as in, if upload html page references css , script files want store in google cloud storage...is there way accomplish sort of dynamic file nesting on google cloud storage?

yes, certainly. google cloud storage not have true "folders", can use delimiter characters "/", behave appropriately if hosting static website. can list objects using prefixes , delimiters. "prefix" represent "current directory", , "delimiter" "/", representing subdirectory. see https://developers.google.com/storage/docs/json_api/v1/objects/list more precise descriptions on object listing parameters.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -