Skip to content

[FileSystem] Google app engine filesystem #18271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

[FileSystem] Google app engine filesystem #18271

wants to merge 1 commit into from

Conversation

mtricht
Copy link
Contributor

@mtricht mtricht commented Mar 23, 2016

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #17922
License MIT
Doc PR -

@@ -486,13 +486,13 @@ public function tempnam($dir, $prefix)
{
list($scheme, $hierarchy) = $this->getSchemeAndHierarchy($dir);

// If no scheme or scheme is "file" create temp file in local filesystem
if (null === $scheme || 'file' === $scheme) {
// If no scheme or scheme is "file" or "gs" create temp file in local filesystem
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If others agree, we could add a brief help message explaining what gs is. Instead of this:

// If no scheme or scheme is "file" or "gs" create temp file in local filesystem

Something like this:

// If no scheme or scheme is "file" or "gs" (Google Cloud) create temp file in local filesystem

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in dcc3fce

@nicolas-grekas
Copy link
Member

👍 with a comment as suggested by @javiereguiluz

@fabpot
Copy link
Member

fabpot commented Mar 27, 2016

Thank you @swordbeta.

fabpot added a commit that referenced this pull request Mar 27, 2016
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #18271).

Discussion
----------

[FileSystem] Google app engine filesystem

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #17922
| License       | MIT
| Doc PR        | -

Commits
-------

06d8697 [FileSystem] Add support for Google App Engine.
@fabpot fabpot closed this Mar 27, 2016
This was referenced Mar 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants