Return-Path: X-Original-To: apmail-jclouds-user-archive@minotaur.apache.org Delivered-To: apmail-jclouds-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0DEC18E2F for ; Sat, 30 Apr 2016 19:46:16 +0000 (UTC) Received: (qmail 241 invoked by uid 500); 30 Apr 2016 19:46:16 -0000 Delivered-To: apmail-jclouds-user-archive@jclouds.apache.org Received: (qmail 175 invoked by uid 500); 30 Apr 2016 19:46:16 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 166 invoked by uid 99); 30 Apr 2016 19:46:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Apr 2016 19:46:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3B9CE1A076F for ; Sat, 30 Apr 2016 19:46:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 7k7T8R2uBrm2 for ; Sat, 30 Apr 2016 19:46:15 +0000 (UTC) Received: from server303.xenserve.com (ns1.303.xenserve.com [46.183.10.7]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 0BE055F23C for ; Sat, 30 Apr 2016 19:46:15 +0000 (UTC) Received: from webmail.qrmedia.com (localhost [IPv6:::1]) by server303.xenserve.com (Postfix) with ESMTPA id D448E2BC379; Sat, 30 Apr 2016 20:46:13 +0100 (BST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 30 Apr 2016 15:46:13 -0400 From: Andrew Phillips To: user@jclouds.apache.org, Veit Guna Subject: Re: 2.0.0-SNAPSHOT Filesystemprovider permission problem In-Reply-To: References: <571B7772.1020206@gmx.de> <5724615F.3030702@gmx.de> Message-ID: <09e5a36f29d674ea6ca1bad6155cc936@qrmedia.com> X-Sender: andrewp@apache.org User-Agent: Roundcube Webmail/1.1.4 > Based on the following, I suspect PUBLIC_READ may not work reliably on > transient blobstores such as the filesystem provider, though: Looks like I jumped the gun here a bit ;-) Do you see the same behaviour with 1.9.2, i.e before the change you referred to with the "Everyone lookup" was introduced? Regards ap