Documentation ¶
Overview ¶
Helper code for creating buckets with canned contents, for testing.
The details of this package are subject to change.
Index ¶
Constants ¶
View Source
const ( TopLevelFile = "foo" TopLevelFile_Contents = "taco" TopLevelDir = "bar/" TopLevelDir_Contents = "" ExplicitDirFile = "bar/f" ExplicitDirFile_Contents = "burrito" ImplicitDirFile = "baz/qux" ImplicitDirFile_Contents = "enchilada" )
See notes on FakeBucketName.
View Source
const FakeBucketName = "fake@bucket"
The name of a fake bucket supported by gcsfuse. This is intentionally an illegal name (cf. https://cloud.google.com/storage/docs/bucket-naming).
The initial contents of the bucket are objects with names given by the following constants:
TopLevelFile TopLevelDir ImplicitDirFile
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.